home *** CD-ROM | disk | FTP | other *** search
/ US Department of Defense…ndamentals 1.0 2004 April / US Department of Defense: Firewall & Router Fundamentals 1.0 2004 April.iso / sco / interface / sco_Main.swf / scripts / DefineButton2_67 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2004-03-29  |  120 bĀ   |  6 lines

  1. on(release){
  2.    _parent.playMovie(_parent.scrubTarget);
  3.    _parent.scrubTargetState = "play";
  4.    gotoAndStop(2);
  5. }
  6.